set p_list to [#movieChoice: [#comment: "Movie to open with this button:", #format: #string, #default: EMPTY]]
return p_list
end
on getBehaviorDescription
return "Navigate to another movie on mouseUp, based on property movieChoice." & RETURN & "Also stops any running audio/sounds." & RETURN & "Works only if mouseDown occured on this sprite."